.TH E1432_RESET 3 E1432
.SH NAME
e1432_reset \- Reset (group of) E1432 modules
.IX e1432_reset(3) 3
.SH SYNOPSIS
.cS
SHORTSIZ16 e1432_reset(E1432ID hw, SHORTSIZ16 ID)
.cE
.SH DESCRIPTION
\fIe1432_reset\fR resets the (group of) channel(s) specified by
\fIID\fR.  This is a hard reset done by setting the RESET bit in the
VXI control register.  This function should not be needed by normal
applications.

To simply restore default settings to a group of channels, use the
\fIe1432_preset\fR function instead.

\fIhw\fR must be the result of a successful call to
\fIe1432_assign_channel_numbers\fR, and specifies the group of
hardware to talk to.

\fIID\fR is either the ID of a group of channels that was obtained with a
call to \fIe1432_create_channel_group\fR, or the ID of a single channel.
.SH "RESET VALUE"
Not applicable.
.SH "RETURN VALUE"
Return 0 if successful, a (negative) error number otherwise.
.SH "SEE ALSO"
.na
e1432_preset
.ad
